Click or drag to resize

ResourceUnlock Method (String, String)

Unlock the lock identified by the lockToken on this resource.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public bool Unlock(
	string address,
	string lockToken
)

Parameters

address
Type: SystemString
The URI that identifies the resource.
lockToken
Type: SystemString
The lock token corresponding to a lock on a resource.

Return Value

Type: Boolean
True if success; otherwise, false.
See Also